home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / m_to_r / odsh32 / odshelpe.dfm / odshelpe.txt
Encoding:
Text File  |  1996-09-15  |  2.1 KB  |  104 lines

  1. object fHelpE: TfHelpE
  2.   Left = 257
  3.   Top = 174
  4.   BorderStyle = bsDialog
  5.   Caption = 'ODS Popup Help Editor'
  6.   ClientHeight = 410
  7.   ClientWidth = 429
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnCloseQuery = FormCloseQuery
  15.   OnShow = FormShow
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object bOK: TButton
  19.     Left = 348
  20.     Top = 380
  21.     Width = 69
  22.     Height = 25
  23.     Caption = '&Done'
  24.     Default = True
  25.     TabOrder = 0
  26.     OnClick = bOKClick
  27.   end
  28.   object GroupBox1: TGroupBox
  29.     Left = 8
  30.     Top = 200
  31.     Width = 409
  32.     Height = 173
  33.     Caption = 'Selected Control'
  34.     TabOrder = 1
  35.     object Label1: TLabel
  36.       Left = 8
  37.       Top = 20
  38.       Width = 129
  39.       Height = 17
  40.       AutoSize = False
  41.       Caption = 'Help Text'
  42.     end
  43.     object Label2: TLabel
  44.       Left = 268
  45.       Top = 20
  46.       Width = 129
  47.       Height = 17
  48.       AutoSize = False
  49.       Caption = 'More... Help Context Id'
  50.     end
  51.     object HelpTextMemo: TMemo
  52.       Left = 8
  53.       Top = 40
  54.       Width = 249
  55.       Height = 121
  56.       ScrollBars = ssVertical
  57.       TabOrder = 0
  58.       OnChange = HelpDataChange
  59.     end
  60.     object HelpContext: TEdit
  61.       Left = 268
  62.       Top = 41
  63.       Width = 125
  64.       Height = 24
  65.       TabOrder = 1
  66.       Text = '0'
  67.       OnChange = HelpDataChange
  68.       OnKeyPress = HelpContextKeyPress
  69.     end
  70.   end
  71.   object GroupBox2: TGroupBox
  72.     Left = 8
  73.     Top = 8
  74.     Width = 409
  75.     Height = 185
  76.     Caption = 'Controls on Form'
  77.     TabOrder = 2
  78.     object ControlHeader: THeader
  79.       Left = 8
  80.       Top = 20
  81.       Width = 393
  82.       Height = 21
  83.       Sections.Sections = (
  84.         #0'90'#0'Control Name'
  85.         #0'64'#0'Context Id'
  86.         #0'66'#0'Help Text....')
  87.       TabOrder = 0
  88.       OnSized = ControlHeaderSized
  89.     end
  90.     object ControlListBox: TListBox
  91.       Left = 8
  92.       Top = 40
  93.       Width = 393
  94.       Height = 137
  95.       ItemHeight = 16
  96.       Sorted = True
  97.       Style = lbOwnerDrawFixed
  98.       TabOrder = 1
  99.       OnClick = ControlListBoxClick
  100.       OnDrawItem = ControlListBoxDrawItem
  101.     end
  102.   end
  103. end
  104.